@charset "utf-8";
a{text-decoration:none; color:#333333;}
a:hover{color:#bd1a2d;}
input::-webkit-input-placeholder{color: #cccccc;}
.mb{margin-bottom: 30px;}
.bodybg{background:url(../images/allbg.png) !important;}
.piaochuang {display: none;}
/*layout*/
/* .container{ width:1200px; margin-left: auto; margin-right: auto; clear:both;} */
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-row{margin:0 -20px;}
.common-row>*{float: left;}
.common-row .grid{padding:0 20px;}
.common-col-2{width: 16.6666666667%;}
.common-col-3{width: 25%;}
.common-col-4{width: 33.3333333333%;}
.common-col-5{width: 41.6666666667%;}
.common-col-6{width: 50%;}
.common-col-8{width: 66.6666666667%;}
.common-col-10{width: 83.333333333%;}
.common-row.space50{margin:0 -25px;}
.common-row.space50 .grid{padding:0 25px;}
.innerBox{position: relative; zoom: 1; background-color: #fff;}
.bg-gradient-gray{background: url(../images/bg_gradient_gray.gif) repeat-x center top #fff;}

.location{ height:36px; line-height:36px; border-bottom:1px solid #d4d4d4;}
.location a{display: inline-block; background: url(../images/jiange.jpg) no-repeat  top right;padding:0 40px 0 20px;}
.location span{padding:0 40px 0 20px; display: inline-block;}

/* tab */
.tab-brief > .hd{position: relative;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; color: #666666; padding: 0px 15px 8px;font-size:1em; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li a{color: #333;}

.tab-brief > .hd li.on{color: #939393; font-weight: bold;}
.tab-brief > .hd li.on a{color: #df1a1a;}
.tab-brief.line > .hd{border-bottom:#dcdcdc 2px solid;}
.tab-brief > .hd li:after{content: ''; position: absolute; left: 0; width: 0; height: 3px; bottom:-2px; background: #bd1a2d; transition: .3s all;}
.tab-brief > .hd li.on:after{width: 100%; max-width: 115px;}
.tab-brief .more{float: right;padding-top: 2px;}
.tab-brief .more a{color: #999999;}
.tab-brief .more a:hover{color: #000;}
.tab-brief > .bd > .item > .newsList{margin-top: 15px;}
.tab-brief.mount > .hd{background: url(../images/tab_mountains.png) no-repeat right bottom;}

.m-common-more{clear: both; margin-top:15px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-common-more a{color:#666;}
.m-common-more a:hover{color: #333;}
.m-common-more.bg-white{background: #fff;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}


/* newsList */
/* .newsList{clear: both;} */
.newsList.font12 li h4{font-size: 12px; }
.newsList.font14 li h4{font-size: 14px; }
.newsList li h4{position:relative;font-weight: normal; line-height:30px; overflow:hidden; vertical-align:top; padding-left: 10px; background: url(../images/012.png) no-repeat 0px;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px;}
.newsList li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li a br{display: none;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -20px;}
.newsList.twoCol li h4{margin: 0 20px;}
.newsList.dot li h4{padding-left: 25px;}
.newsList.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -4px; width: 9px; height: 9px;  background: url(../images/012.png) no-repeat 0px;}
.newsList.line li{border-bottom: #cdcdcd dashed 1px;}
.newsList.line li:last-child{border-bottom: 0;}
.newsList.dot li:hover a, .newsList.dot li:hover span{color: #bd1a2d;}
/* .newsList.dot li:hover h4:before{background: #bd1a2d;} */


/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition a{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.hasTransition{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.imgScale a img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgScale a:hover img{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}

/* carousel */
.common-carousel-tpxw {position: relative; overflow: hidden;}
.common-carousel-tpxw .item a{display: block;}
.common-carousel-tpxw .item  img{display: block; width: 100%; height: 100%;}
.common-carousel-tpxw h4{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 150px 0 20px; font-size: 1em; font-weight: normal; height: 36px; line-height: 36px; background: rgba(0,0,0,.67);}
.common-carousel-tpxw h4{color: #fff;}
.common-carousel-tpxw .owl-dots {position: absolute; bottom: 10px; right:10px; z-index: 99;}
.common-carousel-tpxw .owl-dot,
.common-carousel-hf .owl-dot{ background-color: #fff!important; float: left;text-align: center; font-size: 0.8em; line-height: 18px; width: 20px; height: 18px; margin-left:8px;transition: .3s all; cursor: pointer; }
.common-carousel-tpxw .owl-dot.active,
.common-carousel-hf .owl-dot.active{opacity: 1; background: #cd0a0a!important;color:#fff}

.common-carousel-hf{position:relative; overflow:hidden;}
.common-carousel-hf .owl-dots{position:absolute; bottom:15px; right:15px; z-index:99;}
.common-carousel-hf .owl-dots .owl-dot{background-color:rgb(51, 51, 51)!important;color:#fff}
.common-carousel-hf .owl-dots .owl-dot.active{background-color: #fff!important;color:rgb(51, 51, 51) }

.ztzl-carousel-dot .item{overflow: hidden;}
.ztzl-carousel-dot .item img{display: block; width: 100%; height: 140px;}
.ztzl-carousel-dot .owl-dots{text-align: center; padding-top: 20px;}
.ztzl-carousel-dot .owl-dot{display: inline-block; width: 56px; height: 6px; border-radius: 4px; background: #B3B3B3; margin: 0 8px; cursor: pointer; transition: .2s all;}
.ztzl-carousel-dot .owl-dot.active{background: #bd1a2d;}

/* crumb */
.crumb h2{line-height: 24px; font-size:1em; font-weight: normal; color: #999999;}
.crumb a{color: #999999;}
.crumb a:hover{color: #333;}
.crumb span{color: #333;}

/*pagediv*//*********************分页*********************/
.fany{ margin-top:30px;}
.page_num{margin-bottom:20px;overflow:hidden;text-align: center;margin:auto;font-size:13px}
#page_div{line-height:20px;color:#666;padding:5px 12px}
#page_div li{ display:inline-block;}
.page_jump{margin:0 8px;padding:0;overflow:hidden;border:1px solid #ccc}
#page_div li a{ width:auto;transition: all .2s;
    -webkit-transition: all .2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);border:1px solid #dfdfdf;padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px;float:left;text-align:center; margin-top:10px;}
#page_div li a.current{ background:#bd1a2d; border:1px solid #bd1a2d; color:#fff;}
#page_div .page_jump{ width:auto;transition: all .2s;
    -webkit-transition: all .2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);border:1px solid #dfdfdf;padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px;text-align:center; margin-top:10px;}
.pagination_index_num a{display:block;padding-right:15px;padding-left:15px}
#page_div .pagination_index a,#page_div .pagination_index_num a{padding:0px;margin:0px;text-align:center;color:#666666}
#page_div .pagination_index a:hover,#page_div .pagination_index_num a:hover{padding:0px;margin:0px;text-align:center;color:#666666}
#page_div .pagination_index_last{width:400px;float:right;text-align:right}
#page_div .pagination_index_num{padding-right:15px;padding-left:15px;margin-right:2px;margin-left:2px;line-height:35px}
#page_input{ width:30px;border:1px solid #dfdfdf;color:#000000;text-align:center;font-weight:bold}


/* 外链跳转提示框 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert-warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}
.alert-warning .fangqi{line-height: 42px;  color: #347bd7;}



/*info-list*/
.info-list{position: relative; overflow: hidden;}
.info-list li{float: left; position: relative; width: 100%; padding-top: .4525em; padding-bottom: .4525em; overflow: hidden;}
.info-list li h4{position: relative; z-index: 2; padding-left: 1.125em; font-weight: normal; font-size: 1em; overflow: hidden;}
.info-list li h4 a{float: left; line-height: 1.6em; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.info-list li h4 a:before{position: absolute; top: -2px; left: 2px; content: ""; margin-top: .8em; width: 4px; height: 4px; background-color: #d7d7d7; background-repeat: no-repeat; border-radius: 50%;}
.info-list li h4 a:hover:before{background-color: #1a74ca;}
.info-list li h4 a em{font-style: normal;}
.info-list li h4 a em.ing{color: #c00;}
.info-list li h4 span{position: absolute; z-index: 10; top: 50%; margin-top: -.8em; line-height: 1.6em; white-space: nowrap;}
.info-list li h4 .time{right: 0; color: #999;}
.info-list li br{display: none;}
.info-list.hadline li{padding-top: 1.125em; padding-bottom: 1.125em; border-bottom: none !important;}
.info-list.hadline li:before{position: absolute; bottom: 0; left: 0; width: 100%; content: ""; border-top: 1px solid #ededed;}
.info-list.hadline.dashed li:before{border-top: 1px dashed #cccccc;}

.info-list.nobefore li h4{padding-left: 0;}
.info-list.nobefore li h4 a:before{content: normal;}
.info-list.yyyy-MM-dd li h4{padding-right: 6em;}
.info-list.MM-dd li h4{padding-right: 70px;}
.info-list.res li h4{padding-left: 110px;}
.info-list.res li h4 .status{position: absolute; left: 30px; top: -11px; width: 62px; height: 24px; margin-top: 12px; font-size: .875em; color: #fff; line-height: 24px; background-color: #65a2e9; border-radius: .25em; text-align: center;}
.info-list.res li h4 a{line-height: 26px;}
.info-list.res li h4 a:before{top: -4px; width: 12px; height: 8px; margin-top: 13px; line-height: 26px; background-image: url(../images/hdjl/bullet2.jpg); border-radius: 0;}


.picMarquee-left{ overflow:hidden; position:relative; font-size: 12px; }
.picMarquee-left .bd{ padding:0px 10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:180px; height:150px; display:block; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }


.main { width: 1000px;margin: 0 auto;background: #FFF; overflow: hidden; margin-top: 10px; min-height: 400px;*+height: 100%;_height: 400px;}
.main1{width:980px;margin:0 auto;margin-top:18px;}
.continer {width: 100%; position: absolute; z-index: 20;top: 0;}
/* header */

/**======== header ========**/
.header{position: relative; width:1000px;margin:0 auto;}
.header-toolbar{position: absolute; top: 10px; right: 0; z-index: 99;}
.header-toolbar a{float: left; margin-left: 10px; font-size: 1.125em; padding: .4em .5em; /*background: rgba(0,0,0,.5);*/ border-radius: 5px;}
.topBanner{width:1000px;height:190px;background:url(../images/logo.png) no-repeat 45px 45px;overflow:hidden}
.topBanner .cc{float:right;width:500px;height:185px; margin-top:10px;}

.mainNav{width:1000px; height:58px;background:url(../images/lanmubg.png) repeat-x; bmargin:0 auto; position:relative; *z-index:1000;}
.mainNav ul{float:left;width:755px;height:58px;display:inline;overflow:hidden; float:left;}
.mainNav li{float:left;line-height:58px; width:100px; padding-left:50px;}
.mainNav li.none{padding-right:0;background:none}
.mainNav li a,.mainNav li a:visited{font-size:18px;color:#FFF}
.mainNav li a:hover{color:#FFF587}

.nav .search{float:left;width:240px;overflow:hidden; background:url(../images/06.png) no-repeat; height:58px;}
.nav .search *{float:left}
.input010{width:163px; padding-left:8px;height:34px; line-height:30px;background:url(../images/07.png) no-repeat;margin-top:12px;overflow:hidden; margin-left:20px;font-family: "Microsoft YaHei" ! important;outline: none;}
.btn010{width:43px;height:34px;background:url(../images/08.png) no-repeat;cursor:pointer;outline: none;margin-top:12px;}

/*nav*/

.nav{position:relative; *z-index:1000; width:1000px; height:58px; margin:0 auto; background:url(../images/lanmubg.png) repeat-x; }
.navli12{ display:none!important;}
.sy1_ul li.on{background-color: #CC0000!important;}
.sy1_ul li.home02{float:left;line-height:58px; width:90px; padding-left:65px; background: url(../images/01.png) no-repeat 40px 18px; text-align:center;font-size:18px;}
.sy1_ul li.home02 a{float:left; color:#eee; display:block;}
.sy1_ul li.home02 a:hover{float:left;color:#FFF; text-decoration:none}
.sy1_ul{display:inline;z-index:1111;float:left;width:760px;}
.sy1_li{width:150px; float:left;line-height:58px;height:58px;}
.sy1_ul li a:hover{color:#f73422;}
.sy1_ul li a span.m1{color:#fff; background:url(../images/02.png) no-repeat 28px 17px;width:120px; float:left;font-size:18px;line-height:58px;height:58px; padding-left:30px;}
.sy1_ul li a span.m2{color:#fff; background:url(../images/03.png) no-repeat 8px 18px;width:120px; float:left;font-size:18px;line-height:58px;height:58px;padding-left:30px;}
.sy1_ul li a span.m3{color:#fff; background:url(../images/04.png) no-repeat 16px 18px;width:120px; float:left;font-size:18px;line-height:58px;height:58px;padding-left:30px;}
.sy1_ul li a span.m4{color:#fff; background:url(../images/05.png) no-repeat 15px 18px;width:120px; float:left;font-size:18px;line-height:58px;height:58px;padding-left:30px;}
.sy1_ul li.sy1_li{ float:left;  z-index:10000; line-height:58px;}

.sy1_ul li.sy1_li .sy1_tit{ line-height:58px; font-size:18px; display:block; text-align:center}

.sy2_ul{position:absolute; left:0; top:58px; z-index:1112; display:none;border:#cb1717 solid 1px; border-top:none; padding:10px 5px;/*background:#fff url(../images/bg_sy2_ul.jpg) repeat-x; */ background:#fff;width:988px;text-align:left; color:#303030;}

.zjjy .nav{background: url(../images/lanmubg1.png) repeat-x;}
.zjjy .nav li.on,.zjjy .sy1_ul li:hover{background-color: #235e09 ;}
.zjjy .search{background: url(../images/065.png) no-repeat;}
.zjjy .sy1_ul li.on{background-color: #235e09!important;}



.flexslider{position:relative;height:669px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:669px; background-position:center !important;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;cursor:pointer; display:none;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;display:none;}
.flex-direction-nav li a.flex-next{right:40px;display:none;}


/*底部*/
.footer{font-size: 14px; line-height: 25px; width: 1000px;background: none!important;color:#333; height: 240px;position: relative;margin: 40px auto 0px; border-top: 4px solid rgb(149, 149, 149);padding:20px 0px 10px}
.footer a{color:#333 !important;}
.footer a:hover{color:#333 !important;}
.footer .footer-col-l,
.footer .footer-col-r{ float: left;}
.footer-col-l{width:130px;text-align:center;}
.footer-col-r{width:740px;text-align:center;}
.footer-ewm{width:120px;height:120px;float: right;}
.footer-ewm img{width: 100%;}

.wycx_main{margin-top: 20px;}
body.body_tjly{background: url(/jyxrmzf/xhtml/images/bg05.png) no-repeat top center !important;}
body.body_tjly .container{ width: 959px;background: #fff;padding: 20px;margin: auto;}
body.body_tjly .page_div span, body.body_tjly .page_div a{display: initial;}
.page_div .zxfinput{    height: 20px;}

body.jczwgk_jyxrmzf{background: url(/default/xhtml/images/jczwgk/bg.png) no-repeat center center fixed!important;
    background-size: 100% 100%!important;}
	
body.jczwgk_jyxrmzf .footer{color: #fff!important;background: #003cc9 !important;}
body.jczwgk_jyxrmzf .footer a{color: #fff !important;}

